Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy to Production #3094

Merged
merged 7 commits into from
Sep 18, 2024
Merged

Deploy to Production #3094

merged 7 commits into from
Sep 18, 2024

Conversation

cesarvarela
Copy link
Collaborator

@cesarvarela cesarvarela commented Sep 11, 2024

Before merging to production we have to make sure these are defined in Netlify:

    REALM_API_APP_ID: string
    REALM_API_GROUP_ID: string
    REALM_API_PRIVATE_KEY: string
    REALM_API_PUBLIC_KEY: string
    REALM_GRAPHQL_API_KEY: string
    REALM_APP_ID: string
    API_MONGODB_CONNECTION_STRING: string
    ROLLBAR_POST_SERVER_ITEM_ACCESS_TOKEN: string

* Add taxa seeds

* Reapply "Add classifications collection to api"

This reverts commit 5d3aed2.

* Fix upsert mutations

* Fix classification editor tests

* Update components

* Move to correct folder

* Fix mutations handling of relationships

* Update client side query variables

* Undo debug comments

* Update generated code

* temporary silence warning

* Update playwright login util to allow mocking local storage session

* migrate classifications test

* Update test

* Update tests to use new login fixture

* Fix tests

* convert gatsby api functions to netlify functions

* use netlify static server instead

* Update redirect rules

* add env variables now that functions are served by local netlify cli

* migrate api/graphql tests to playwright

* Migrate tests and function

* Migrate tests and function

* Migrate tests and function

* Skip data dependant test

* Prevent login util from dropping users database

* WIP

* Fix custom data mocking

* check for window to fix crash on build time

* Migrate csettool

* Fix tests

* Make it easier to debug playwright on ci

* Fix wrong query

* Fix tests

* Use more verbose reporter

* auto restart webserver on crash

* accept npx

* Fix test

* Fix test

* Fix test

* Remove confusing folder

* Add clarifying comment back

* Fix test

* Fix test

* Add a local readme to the gatsby app

* Add notice to readme

* This is an empty commit

* Add retries

* Add netlify as local dep

* Add lookup index cache to git ignore

* Add short descriptions to readme variables

* update lockfile

* Fix typo
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.68%. Comparing base (0e0ef1b) to head (0732bb3).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3094      +/-   ##
==========================================
- Coverage   83.75%   81.68%   -2.08%     
==========================================
  Files         166      149      -17     
  Lines       13288    12531     -757     
  Branches     1478     1265     -213     
==========================================
- Hits        11130    10236     -894     
- Misses       1942     2050     +108     
- Partials      216      245      +29     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

* Add apps/reports.cy to playwright

* Add init
@cesarvarela cesarvarela merged commit 4bfa93d into main Sep 18, 2024
16 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants